System Printer
public interface SystemPrinter<PrintSettingT extends PrintSettings> implements Printer<PrintSettingsT>
A local or network printer installed in the system.
Since
7.13
Parameters
<Print Setting T>
the print settings type that can be applied to the print job.
Types
Link copied to clipboard
public interface HtmlSettings implements SystemPrinter.Settings<T>, PageMargins<T>, PrintHeaderFooter<T>, Orientation<T>, PrintBackgrounds<T>, PrintSelectionOnly<T>, HeaderTemplate<T>, FooterTemplate<T>
Print settings available when printing HTML content on a physical printer.
Link copied to clipboard
Print settings available when printing PDF content on a physical printer.
Link copied to clipboard
public interface Settings<T extends SystemPrinter.Settings<T>> implements PrintSettings, Collate<T>, ColorModel<T>, Copies<T>, DuplexMode<T>, PageRanges<T>, PagesPerSheet<T>, Scaling<T>, PaperSize<T>
Print settings available when printing HTML or PDF content on a physical printer.